<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
锟斤拷锟斤拷锟斤拷
锟剿碉拷强锟斤拷锟斤拷色锟斤拷f0483e
锟斤拷锟截帮拷钮锟斤拷色锟斤拷f0483e
*/
.navbar-white {
  background-color:#fff;
  border-color: #e7e7e7;
}
.navbar-white .navbar-brand {
  color: #777;
}
.navbar-white .navbar-brand:hover,
.navbar-white .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-white .navbar-text {
  color: #777;
}
.navbar-white .navbar-nav &gt; li &gt; a {
		font-size:14px;

  color: #333;
}
.navbar-white .navbar-nav &gt; li &gt; a:hover,
.navbar-white .navbar-nav &gt; li &gt; a:focus {
   color: #f0483e;
  background-color: transparent;
}

.navbar-white .navbar-nav &gt; .active &gt; a,
.navbar-white .navbar-nav &gt; .active &gt; a:hover,
.navbar-white .navbar-nav &gt; .active &gt; a:focus {
   color: #f0483e;
  background-color: rgba(255,255,255,0.5);
}
.navbar-white .navbar-nav &gt; .disabled &gt; a,
.navbar-white .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-white .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-white .navbar-toggle {
  border-color: #ddd;
}
.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
  background-color: rgba(255,255,255,0.5);
}
.navbar-white .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
  border-color: #e7e7e7;
}
.navbar-white .navbar-nav &gt; .open &gt; a,
.navbar-white .navbar-nav &gt; .open &gt; a:hover,
.navbar-white .navbar-nav &gt; .open &gt; a:focus {
  color: #555;
  background-color: rgba(255,255,255,0.5);
}

/* add begin */
.navbar-white .navbar-nav  li &gt; a:hover,
.navbar-white .navbar-nav  li &gt; a:focus {
   color: #f0483e;
  background-color: transparent;
}
.navbar-collapse{background:transparent;}
/* add end */

</pre></body></html>